home *** CD-ROM | disk | FTP | other *** search
- #include "viscosity.h"
- #include <math.h>
- #include "matrix.hxx"
- #include "Cheb_vector.hxx"
- #include "vimatrix.hxx"
- #include "ekman.hxx"
- #include "ekpanel.hxx"
-
- /*
- -*++ ekpanel::ekpanel(): constructor
- **
- ** (*++ history:
- ** 16 Jan 88 Bruce & Creation date
- ** ++*)
- **
- ** (*++ detailed:
- ** ++*)
- */
- /* constructor is messy -- leaves stuff lying about */
- ekpanel::ekpanel(ekman_layer & ekman)
- {
- ekman_panel_handle =
- ekman_panel_constructor(ekman.dc(), ekman.ac(),
- ekman.waves(), ekman.xldom(),
- ekman.xrdom(), ekman.modes());
- }
-